Skip to content

chore: fix analytics integration test - #4189

Merged
thisisabhash merged 2 commits into
mainfrom
chore/fix-analytics-integration-test
Apr 9, 2026
Merged

chore: fix analytics integration test#4189
thisisabhash merged 2 commits into
mainfrom
chore/fix-analytics-integration-test

Conversation

@thisisabhash

Copy link
Copy Markdown
Member

Issue #

Failing tests
https://github.com/aws-amplify/amplify-swift/actions/workflows/integ_test.yml

Description

This PR updates the testIdentifyUser() test to use a unique userId as we were getting limits hit.

BadRequestException: Exceeded maximum endpoint per user count: 15

https://docs.aws.amazon.com/pinpoint/latest/userguide/segments-troubleshooting.html#troubleshooting-badrequestexception

General Checklist

  • Added new tests to cover change, if needed
  • Build succeeds with all target using Swift Package Manager
  • All unit tests pass
  • All integration tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • New or updated tests include Given When Then inline code documentation and are named accordingly testThing_condition_expectation()
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@thisisabhash
thisisabhash requested a review from a team as a code owner April 9, 2026 19:11
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@harsh62
harsh62 temporarily deployed to IntegrationTest April 9, 2026 19:12 — with GitHub Actions Inactive
@thisisabhash
thisisabhash merged commit 7c6a32a into main Apr 9, 2026
249 of 262 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants